From fa0f08aea9670718c496e23b6960646b9bbe65f0 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 24 Jan 2003 16:52:42 +0000 Subject: [PATCH] Add (crude) install target. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index 9f03c3518..3122ccc0e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ CFLAGS=-g -Icoldsync +INSTALL_TARGETDIR=/usr/local/ FMTS=magproto.o gpx.o geo.o gpsman.o mapsend.o mapsource.o \ gpsutil.o tiger.o pcx.o csv.o cetus.o gpspilot.o magnav.o \ @@ -32,6 +33,12 @@ main.o: clean: rm -f $(OBJS) gpsbabel gpsbabel.exe +# +# This will only work on UNIX-like substances. +# +install: + install gpsbabel $(INSTALL_TARGETDIR)/bin + # Nerdy release stuff that needs to work only on Linux. dep: -- 2.30.2